home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Graphics_Utils / Video Easel / XLife / linepuffer.life < prev    next >
Text File  |  1998-06-24  |  2KB  |  129 lines

  1. #C Line Puffer, with extensible width. (Width shown: 33)
  2. #C 
  3. #C The width is defined by the length of the first
  4. #C free-standing line in the puffer's plume.  The
  5. #C formula for this is 12n+1-s, where n is the number of
  6. #C middle segments, and s is the number of cells covered
  7. #C by the little 3-cell, 5-unit puff-suppressors on the
  8. #C upper edge of this otherwise symmetrical pattern.
  9. #C
  10. #C Here, n=4, and s=6+5+5.  The Y-shaped puff-
  11. #C suppressors can have 5, 6, or 7 units of spacing
  12. #C between them, or between one of them and the end.
  13. #C You only need 2 or 3 such suppressors to produce any
  14. #C puffer width.
  15. #C
  16. #C Notice that placing random debris behind the puffer
  17. #C sometimes affects the plume permanently - even
  18. #C turning it asymmetrical if the debris was
  19. #C asymmetrical.  It also affects the period of the
  20. #C puffer, that is, the number of generations it takes
  21. #C to repeat.  By increasing the width, the period can
  22. #C be made to rise exponentially, surpassing 10^6 at a
  23. #C width of only about 70.
  24. #C
  25. #C By Hartmut Holzwart and Al Hensel, April 1994
  26. #P 6 1
  27. *.*.**
  28. *.*..**
  29. *.....**
  30. *.*..*.**
  31. *.*.***..*
  32. *........*
  33. *.*.***..*
  34. *.*..*.**
  35. *.....**
  36. *.*..**
  37. *.*.**
  38. *
  39. *.*.**
  40. *.*..**
  41. *.....**
  42. *.*..*.**
  43. *.*.***..*
  44. *........*
  45. *.*.***..*
  46. *.*..*.**
  47. *.....**
  48. *.*..**
  49. *.*.**
  50. *
  51. *.*.**
  52. #P 1 26
  53. .....*.*..**
  54. ....**.....**
  55. ..*..*.....***
  56. ....*.....***
  57. .*..*.....*
  58. .*.*........*
  59. ..........*.*
  60. ..***........*
  61. ...**.....*.*
  62. ..***.......*
  63. ..........*
  64. .*.*......***
  65. ...*.....**..*
  66. *...*....*.***
  67. *.****........*
  68. ......*......***
  69. ....*..*...*..***
  70. ....*..*.......*
  71. ..*....*...****
  72. ...****.......*
  73. .....*.....**
  74. ...**....****
  75. *..*.....*
  76. *.*
  77. #P 1 -49
  78. *.*
  79. *..*.....*
  80. ...**....****
  81. .....*.....**
  82. ...****.......*
  83. ..*....*...****
  84. ....*..*.......*
  85. ....*..*...*..***
  86. ......*......***
  87. *.****........*
  88. *...*....*.***
  89. ...*.....**..*
  90. .*.*......***
  91. ..........*
  92. ..***.......*
  93. ...**.....*.*
  94. ..***........*
  95. ..........*.*
  96. .*.*........*
  97. .*..*.....*
  98. ....*.....***
  99. ..*..*.....***
  100. ....**.....**
  101. .....*.*..**
  102. .....*.*.**
  103. .....*
  104. #P 3 -23
  105. ...*.*.**
  106. *..*.*..**
  107. ..**.....**
  108. *..*.*..*.**
  109. ...*.*.***..*
  110. ...*........*
  111. *..*.*.***..*
  112. ..**.*..*.**
  113. *..*.....**
  114. ...*.*..**
  115. *..*.*.**
  116. *..*
  117. ..**.*.**
  118. ...*.*..**
  119. ...*.....**
  120. ...*.*..*.**
  121. ...*.*.***..*
  122. ...*........*
  123. ...*.*.***..*
  124. ...*.*..*.**
  125. ...*.....**
  126. ...*.*..**
  127. ...*.*.**
  128. ...*
  129.